home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1191 / 1191.xpi / chrome / reminderfox.jar / locale / fr / reminderfox / contents.rdf next >
Extensible Markup Language  |  2010-01-31  |  732b  |  24 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  5.  
  6.   <!-- list all the packages being supplied by this jar -->
  7.   <RDF:Seq about="urn:mozilla:locale:root">
  8.     <RDF:li resource="urn:mozilla:locale:fr-FR"/>
  9.   </RDF:Seq>
  10.  
  11.   <!-- locale information -->
  12.   <RDF:Description about="urn:mozilla:locale:fr-FR"
  13.       chrome:displayName="French(FR)"
  14.             chrome:author="Jojaba"
  15.             chrome:name="fr-FR">
  16.     <chrome:packages>
  17.       <RDF:Seq about="urn:mozilla:locale:fr-FR:packages">
  18.         <RDF:li resource="urn:mozilla:locale:fr-FR:reminderfox"/>
  19.       </RDF:Seq>
  20.     </chrome:packages>
  21.    </RDF:Description>
  22.   
  23. </RDF:RDF>
  24.